Bitmap for WPF
Write<T>(IntPtr,T) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX 名前空間 > DXUtil クラス > Write メソッド : Write<T>(IntPtr,T) メソッド
Type of a data to write.
Memory location to write to.
The data to write.
Writes the specified T data to a memory location.
シンタックス
'宣言
 
Public Overloads Shared Sub Write(Of T As {New, Struct})( _
   ByVal destination As System.IntPtr, _
   ByRef data As T _
) 
public static void Write<T>( 
   System.IntPtr destination,
   ref T data
)
where T: new(), struct

パラメータ

destination
Memory location to write to.
data
The data to write.

型パラメータ

T
Type of a data to write.

戻り値の型

destination pointer + sizeof(T).
参照

DXUtil クラス
DXUtil メンバ
オーバーロード一覧